home *** CD-ROM | disk | FTP | other *** search
- .KEY DATA
- .BRA {
- .KET }
-
- ; SCRIPT FILENAME: D.LV.scp
- ; DATE : 05-02-95
- ; AUTHOR : Peter Bagnato & Colin Thompson
- ; DESCRIPTION : Presents user with a selection of DOS Man Pages
-
- ;====================================================================
- ;
- ;====================================================================
-
- IF EXISTS ENV:LV
-
- run >nil: $radio $location/man/{data}
- QUIT
-
- ELSE
-
- echo "ERROR:" "You must select something from the ListView"
- QUIT
-
- ENDIF
-